Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 19, 2026

Bumps getsentry/craft from 2.18.3 to 2.19.0.

Release notes

Sourced from getsentry/craft's releases.

2.19.0

New Features ✨

  • (action) Emit publish request issue URL as annotation by @​BYK in #708

Bug Fixes 🐛

Docker

  • Add image template var and strict template validation by @​BYK in #713
  • Add GITHUB_API_TOKEN and x-access-token fallbacks for ghcr.io by @​BYK in #710

Other

  • (action) Use environment variables for complex inputs by @​BYK in #716
  • (aws-lambda) Skip layer publication for pre-release versions by @​BYK in #714
  • (prepare) Make NEW-VERSION optional and auto-create changelog by @​BYK in #715
  • Don't mention PRs to avoid linking in changelog previews by @​BYK in #712
Changelog

Sourced from getsentry/craft's changelog.

Changelog

2.19.0

New Features ✨

  • (action) Emit publish request issue URL as annotation by @​BYK in #708

Bug Fixes 🐛

Docker

  • Add image template var and strict template validation by @​BYK in #713
  • Add GITHUB_API_TOKEN and x-access-token fallbacks for ghcr.io by @​BYK in #710

Other

  • (action) Use environment variables for complex inputs by @​BYK in #716
  • (aws-lambda) Skip layer publication for pre-release versions by @​BYK in #714
  • (prepare) Make NEW-VERSION optional and auto-create changelog by @​BYK in #715
  • Don't mention PRs to avoid linking in changelog previews by @​BYK in #712

2.18.3

Bug Fixes 🐛

  • (changelog-preview) Replace deleted install sub-action with inline install by @​BYK in #706

2.18.2

Bug Fixes 🐛

Action

  • Simplify install by using build artifact with release fallback by @​BYK in #705
  • Resolve install sub-action path for external repos by @​BYK in #704

2.18.1

Bug Fixes 🐛

  • (changelog) Add retry and robust error handling for GitHub GraphQL by @​seer-by-sentry in #701
  • Add permissions and docs for changelog-preview reusable workflow by @​BYK in #703

2.18.0

New Features ✨

  • (dry-run) Add worktree-based dry-run mode with real diff output by @​BYK in #692

... (truncated)

Commits
  • c6e2f04 release: 2.19.0
  • 32c2e8e fix(action): Use environment variables for complex inputs (#716)
  • ec24326 fix(aws-lambda): Skip layer publication for pre-release versions (#714)
  • 86aa29b fix(prepare): Make NEW-VERSION optional and auto-create changelog (#715)
  • 15e3969 feat(action): emit publish request issue URL as annotation (#708)
  • bca0ad7 fix: Don't mention PRs to avoid linking in changelog previews (#712)
  • 1e970f4 fix(docker): Add image template var and strict template validation (#713)
  • fa3407a fix(docker): Add GITHUB_API_TOKEN and x-access-token fallbacks for ghcr.io (#...
  • c216c1a meta: Bump new development version
  • b6b2fb2 Merge branch 'release/2.18.3'
  • See full diff in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [getsentry/craft](https://github.com/getsentry/craft) from 2.18.3 to 2.19.0.
- [Release notes](https://github.com/getsentry/craft/releases)
- [Changelog](https://github.com/getsentry/craft/blob/master/CHANGELOG.md)
- [Commits](getsentry/craft@1c58bfd...c6e2f04)

---
updated-dependencies:
- dependency-name: getsentry/craft
  dependency-version: 2.19.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added Dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Jan 19, 2026
@dependabot dependabot bot requested a review from a team as a code owner January 19, 2026 04:09
@dependabot dependabot bot added the github_actions Pull requests that update GitHub Actions code label Jan 19, 2026
@github-actions
Copy link
Contributor

github-actions bot commented Jan 19, 2026

Semver Impact of This PR

🟢 Patch (bug fixes)

📋 Changelog Preview

This is how your changes will appear in the changelog.
Entries from this PR are highlighted with a left border (blockquote style).


New Features ✨

  • feat(ai): add parse_data_uri function to parse a data URI by constantinius in #5311
  • feat(asyncio): Add on-demand way to enable AsyncioIntegration by sentrivana in #5288
  • feat(openai-agents): Inject propagation headers for HostedMCPTool by alexander-alderman-webb in #5297
  • feat: Support array types for logs and metrics attributes by alexander-alderman-webb in #5314

Bug Fixes 🐛

Integrations

  • fix(integrations): pydantic-ai: properly format binary input message parts to be conformant with the gen_ai.request.messages structure by constantinius in #5251
  • fix(integrations): Anthropic: add content transformation for images and documents by constantinius in #5276
  • fix(integrations): langchain add multimodal content transformation functions for images, audio, and files by constantinius in #5278

Litellm

  • fix(litellm): fix gen_ai.request.messages to be as expected by constantinius in #5255
  • fix(litellm): Guard against module shadowing by alexander-alderman-webb in #5249

Other

  • fix(ai): redact message parts content of type blob by constantinius in #5243
  • fix(clickhouse): Guard against module shadowing by alexander-alderman-webb in #5250
  • fix(gql): Revert signature change of patched gql.Client.execute by alexander-alderman-webb in #5289
  • fix(grpc): Derive interception state from channel fields by alexander-alderman-webb in #5302
  • fix(pure-eval): Guard against module shadowing by alexander-alderman-webb in #5252
  • fix(ray): Guard against module shadowing by alexander-alderman-webb in #5254
  • fix(threading): Handle channels shadowing by sentrivana in #5299
  • fix(typer): Guard against module shadowing by alexander-alderman-webb in #5253
  • fix: Stop suppressing exception chains in AI integrations by alexander-alderman-webb in #5309
  • fix: Send client reports for span recorder overflow by sentrivana in #5310

Documentation 📚

  • docs(metrics): Remove experimental notice by alexander-alderman-webb in #5304
  • docs: Update Python versions banner in README by sentrivana in #5287

Internal Changes 🔧

Release

  • ci(release): Bump Craft version to fix issues by BYK in #5305
  • ci(release): Switch from action-prepare-release to Craft by BYK in #5290

Other

  • build(deps): bump getsentry/craft from 2.18.3 to 2.19.0 by dependabot[bot] in #5331
  • chore(gen_ai): add auto-enablement for google genai by shellmayr in #5295
  • ci: Add periodic AI integration tests by alexander-alderman-webb in #5313
  • chore: Use pull_request_target for changelog preview by BYK in #5323
  • chore: add unlabeled trigger to changelog-preview by BYK in #5315
  • chore: Add type for metric units by sentrivana in #5312
  • ci: Update tox and handle generic classifiers by sentrivana in #5306

🤖 This preview updates automatically when you update the PR.

@sentrivana sentrivana merged commit 1970486 into master Jan 19, 2026
158 checks passed
@sentrivana sentrivana deleted the dependabot/github_actions/getsentry/craft-2.19.0 branch January 19, 2026 07:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants